home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / iagad / i3intact.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  2.3 KB  |  82 lines

  1.  
  2. // JavaScript wrapper for i3intact.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IACONTROLGADGET_H = 1;
  7. include("real/iagad/r3iagad.js")
  8.  
  9.  
  10. var R3CLID_IACONTROLGADGET = 1342;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3IACONTROLGADA_ShowAccept = 1342500;
  19. function SetR3IACONTROLGADA_ShowAccept(value) {
  20.   R3Set(this.r3obj, R3IACONTROLGADA_ShowAccept, value, R3TID_BOOLEAN, 0); 
  21. }
  22.  
  23. function GetR3IACONTROLGADA_ShowAccept() {
  24.   return R3Get(this.r3obj, R3IACONTROLGADA_ShowAccept, R3TID_BOOLEAN, 0); 
  25. }
  26.  
  27. R3IACONTROLGADA_ShowCancel = 1342501;
  28. function SetR3IACONTROLGADA_ShowCancel(value) {
  29.   R3Set(this.r3obj, R3IACONTROLGADA_ShowCancel, value, R3TID_BOOLEAN, 0); 
  30. }
  31.  
  32. function GetR3IACONTROLGADA_ShowCancel() {
  33.   return R3Get(this.r3obj, R3IACONTROLGADA_ShowCancel, R3TID_BOOLEAN, 0); 
  34. }
  35.  
  36. R3IACONTROLGADA_ShowEdit = 1342502;
  37. function SetR3IACONTROLGADA_ShowEdit(value) {
  38.   R3Set(this.r3obj, R3IACONTROLGADA_ShowEdit, value, R3TID_BOOLEAN, 0); 
  39. }
  40.  
  41. function GetR3IACONTROLGADA_ShowEdit() {
  42.   return R3Get(this.r3obj, R3IACONTROLGADA_ShowEdit, R3TID_BOOLEAN, 0); 
  43. }
  44.  
  45. R3IACONTROLGADA_AcceptGadget = 1342503;
  46. function GetR3IACONTROLGADA_AcceptGadget() {
  47.   return R3ToJS(R3Get(this.r3obj, R3IACONTROLGADA_AcceptGadget, R3TID_OBJECT, 0)); 
  48. }
  49.  
  50. R3IACONTROLGADA_CancelGadget = 1342504;
  51. function GetR3IACONTROLGADA_CancelGadget() {
  52.   return R3ToJS(R3Get(this.r3obj, R3IACONTROLGADA_CancelGadget, R3TID_OBJECT, 0)); 
  53. }
  54.  
  55. R3IACONTROLGADA_EditGadget = 1342505;
  56. function GetR3IACONTROLGADA_EditGadget() {
  57.   return R3ToJS(R3Get(this.r3obj, R3IACONTROLGADA_EditGadget, R3TID_OBJECT, 0)); 
  58. }
  59.  
  60.  
  61.  
  62. function r3Iacontrolgadget () { 
  63.    this.base = r3God;
  64.    if(arguments.length) {
  65.       this.base(R3CLID_IACONTROLGADGET, arguments);
  66.    }
  67.    // Methods
  68.  
  69.    // Attributes
  70.    this.GetShowAccept=GetR3IACONTROLGADA_ShowAccept;
  71.    this.SetShowAccept=SetR3IACONTROLGADA_ShowAccept;
  72.    this.GetShowCancel=GetR3IACONTROLGADA_ShowCancel;
  73.    this.SetShowCancel=SetR3IACONTROLGADA_ShowCancel;
  74.    this.GetShowEdit=GetR3IACONTROLGADA_ShowEdit;
  75.    this.SetShowEdit=SetR3IACONTROLGADA_ShowEdit;
  76.    this.GetAcceptGadget=GetR3IACONTROLGADA_AcceptGadget;
  77.    this.GetCancelGadget=GetR3IACONTROLGADA_CancelGadget;
  78.    this.GetEditGadget=GetR3IACONTROLGADA_EditGadget;
  79. }
  80.  
  81. r3Iacontrolgadget.prototype=new r3Interactorgadget;
  82. // i3intact.h_H